home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 07 / 3 / DISK0731.ZIP / PATH.HLP < prev    next >
Text File  |  1985-04-19  |  1KB  |  27 lines

  1. CONCEPT                   PATH(1)
  2.  
  3. NAME                         TYPE
  4.         PATH                       Object
  5.  
  6. COMMENTS
  7.         DOS directories are said to be tree structured. The
  8.         "tree" may be traversed with the "CHDIR" ("CD")
  9.         command.  The current position in the tree is said
  10.         to be the "home" directory.  The route needed to
  11.         traverse the tree to a particular point is said to
  12.         be a path and consists of directory names separated
  13.         by the reverse slash (\).
  14.  
  15.         INDEX expects the files WORDS.INX and EXTENSIO.INX
  16.         to be in the current (home) directory.  INDEX also
  17.         generates its files (MAP.INX, ENTRY.INX, and
  18.         KEY.INX) in the home directory which is where
  19.         LOCATE expects to find them.
  20.  
  21.         INDEX "descends" into sub-directories when
  22.         encountered.  The path name returned by LOCATE
  23.         contains all such sub-directory names but does not
  24.         contain "higher" directory names.
  25.  
  26.  
  27.